Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEXT-39991 - Fix registration url and create correct proof #32

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

nsaliu
Copy link
Contributor

@nsaliu nsaliu commented Dec 13, 2024

This PR will solve the problem when a Shop tries to register (creation or update) with a non-sanitized URL and creates the wrong proof.

The proof must be created with the Shop URL coming from the request and not from the sanitized one.

With the Shop URL sanitized, I'm referring to this merged PR: #26

@nsaliu nsaliu self-assigned this Dec 13, 2024
@nsaliu nsaliu force-pushed the next-39991/fix-registration-url-and-create-correct-proof branch from 2afbbf9 to 13b78e0 Compare December 13, 2024 10:20
@nsaliu nsaliu requested review from SimonVorgers and shyim December 13, 2024 10:23
@nsaliu nsaliu force-pushed the next-39991/fix-registration-url-and-create-correct-proof branch from 13b78e0 to a4cf5f7 Compare December 13, 2024 10:28
@nsaliu nsaliu marked this pull request as draft December 13, 2024 12:33
@nsaliu
Copy link
Contributor Author

nsaliu commented Dec 13, 2024

Please, do not merge yet

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (62250ca) to head (80290cb).
Report is 31 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main       #32      +/-   ##
=============================================
+ Coverage     99.64%   100.00%   +0.35%     
- Complexity      501       630     +129     
=============================================
  Files            77        96      +19     
  Lines          1114      1487     +373     
=============================================
+ Hits           1110      1487     +377     
+ Misses            4         0       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nsaliu nsaliu force-pushed the next-39991/fix-registration-url-and-create-correct-proof branch from 80290cb to 2bfb874 Compare January 16, 2025 12:37
@shyim shyim merged commit a6912f8 into main Jan 16, 2025
11 checks passed
@shyim shyim deleted the next-39991/fix-registration-url-and-create-correct-proof branch January 16, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants